From 59fd7bcc43793e7a618ac1bcf3e89550e386a0c3 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Mon, 29 Jul 2013 12:48:33 +0000 Subject: [PATCH] clean up some unused variables as of r4478 in mapasia. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4487 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/mapasia.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gpsbabel/mapasia.cc b/gpsbabel/mapasia.cc index 13caa3ade..893697dea 100644 --- a/gpsbabel/mapasia.cc +++ b/gpsbabel/mapasia.cc @@ -50,7 +50,6 @@ static gbfile* fin, *fout; static const waypoint* wpt_tmp; static const route_head* trk_tmp; static int course_tmp, speed_tmp; -struct tm tmref; static arglist_t tr7_args[] = { @@ -65,9 +64,6 @@ static void tr7_rd_init(const char* fname) { fin = gbfopen_le(fname, "rb", MYNAME); - tmref = *gmtime(&gpsbabel_now); - tmref.tm_year += 1900; - tmref.tm_mon += 1; } static void @@ -212,7 +208,6 @@ static void tr7_disp_waypt_cb(const waypoint* wpt) { unsigned char buff[TR7_S_SIZE]; - struct tm tm; double speed, course; memset(buff, 0, sizeof(buff)); -- 2.30.2